gtk-demo: Insert markup incrementally
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Aug 2020 16:59:52 +0000 (12:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Aug 2020 16:59:52 +0000 (12:59 -0400)
commitaacb06dbee85dfe11d0f55573ab7bc045141d626
tree898214570afd3ba4ee8d544ba1b52926f1460e1a
parentea887959bd0674b1c153335bad212de61bd4828f
gtk-demo: Insert markup incrementally

The slowest step of highlighting our buffers is
inserting the markup into the buffer. Do that
incrementally, to avoid blocking the UI for
extended periods.
demos/gtk-demo/main.c